home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / lblmkr60.arc / LBLSETUP.BAT < prev    next >
DOS Batch File  |  1986-08-13  |  973b  |  24 lines

  1. echo off
  2. cls
  3. echo                                       *
  4. echo                ----------L A B E L   M A K E R   6.00----------
  5. echo                  Copyright (c) 1984,1985,1986 Fort's Software
  6. echo                                       *
  7. echo                Insert your formatted system disk in Drive B and
  8. echo                     your original program disk in Drive A
  9. pause
  10. echo                                       *
  11. echo                 Copying the files to create your working disk.
  12. copy *.bat b: >nul
  13. copy *.exe b: >nul
  14. copy *.bas b: >nul
  15. copy *.doc b: >nul
  16. del b:lblsetup.bat
  17. del b:lblfdset.bat
  18. echo                                       *
  19. echo Remove the original program disk from Drive A and place it in a safe place
  20. echo                                       *
  21. echo             Place the working disk you just created in Drive A
  22. echo                                      and
  23. echo                       The disk to be labeled in Drive B
  24.